All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.core.Serializer

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.core.Serializer

public class Serializer
extends NativeObject
This class wraps the Objective-C class NSSerializer.


Constructor Index

 o Serializer()
This default constructor is equivalent to Objective-C's [[NSSerializer alloc] init].
 o Serializer(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.

Method Index

 o serializePropertyList(Object)
A wrapper for the + serializePropertyList: Objective-C class method.
 o serializePropertyListIntoData(Object, MutableData)
A wrapper for the + serializePropertyList:intoData: Objective-C class method.

Constructors

 o Serializer
 protected Serializer(boolean shouldAllocate,
                      int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o Serializer
 public Serializer()
This default constructor is equivalent to Objective-C's [[NSSerializer alloc] init].

Methods

 o serializePropertyListIntoData
 public static native void serializePropertyListIntoData(Object aPropertyList,
                                                         MutableData mdata)
A wrapper for the + serializePropertyList:intoData: Objective-C class method.

 o serializePropertyList
 public static native Data serializePropertyList(Object aPropertyList)
A wrapper for the + serializePropertyList: Objective-C class method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index